home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / arp < prev    next >
Text File  |  1994-08-09  |  2KB  |  77 lines

  1.  
  2. arp
  3.  
  4.      Display the Address Resolution Protocol table that maps IP
  5. addresses to their subnet (link) addresses on subnetworks capable of
  6. broadcasting.  For each IP address entry the subnet type (e.g.,
  7. AX.25), subnet address and time to expiration is shown. If the link
  8. address is currently unknown, the number of IP datagrams awaiting
  9. resolution is also shown.
  10.  
  11.      
  12.         arp add <hostid> ether | ax25 | netrom | arcnet
  13.                 <ether_addr>|<callsign> <iface>
  14.  
  15.      Add a permanent entry to the table. It will not time out as will
  16. an automatically created entry, but must be removed with the 'arp
  17. drop' command.
  18.  
  19.           arp add 44.26.0.19 ax25 wg7j-2 port1
  20.     
  21.  
  22.     arp drop <hostid> ether | ax25 | netrom | arcnet <iface>
  23.  
  24.      Delete a permanent entry from the arp table.
  25.  
  26.           arp delete 44.26.0.19 ax25 port1
  27.     
  28.  
  29.     arp eaves [<iface>] [on | OFF]
  30.  
  31.      Display or set the 'arp eavesdrop' function per interface. If
  32. set, all arp replies overheard on the interface will be logged in the
  33. arp table. This speeds up arp discovery, but might build a huge arp
  34. table taking up lots of memory.  Default for each interface is off.
  35.  
  36.  
  37.           # Set arp eavesdrop on interface port1            arp eaves port1 on
  38.           
  39.           
  40.     arp flush
  41.  
  42.      Drop all automatically-created entries in the ARP table;
  43. permanent entries are not affected.
  44.  
  45.  
  46.     arp maxq [n]
  47.  
  48.      Display or set the maximum number of packets to be buffered
  49. waiting for an arp resolution to finish. Default = 5.
  50.  
  51.           arp maxq 5
  52.     
  53.  
  54.     arp poll [<iface>] [on | off]
  55.  
  56.      Display or set the 'arp keepalive polling' per interface.  If
  57. set, when an arp entry expires, a query will be sent for the address.
  58. This keeps the arp table fresh, but possibly retains many unneeded
  59. entries.
  60.  
  61.           arp poll port1 on
  62.           
  63.     arp publish <hostid> ax25|netrom <callsign> <iface>
  64.  
  65.      This command is similar to the 'arp add' command, but the system
  66. will also respond to any ARP request it sees on the network that seeks
  67. the specified address.  (Use this feature with great care!)
  68.  
  69.           arp publish 44.26.1.19 ax25 wg7j-2 port1
  70.     
  71.  
  72.     arp sort [ON | off]
  73.  
  74.      Sorts the arp display
  75.      
  76.  
  77.